home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 12: Textmags & Docs / nf_archive_12.iso / MAGS / SOURCES / ATARI_SRC.ZIP / atari source / FALCON / CPX / CONFIG.LC / CONFIG.H < prev    next >
Encoding:
C/C++ Source or Header  |  2001-02-10  |  577 b   |  37 lines

  1. /* COLRSC.H
  2.  *==========================================================================
  3.  * DATE: April 3, 1990
  4.  * DESCRIPTION: INCLUDE.H file from RESOURCE
  5.  */
  6.  
  7.  
  8. #if USA
  9.  #include "resource\usa\usa.h" 
  10. #endif
  11.  
  12. #if    UK
  13.  #include "resource\uk\uk.h" 
  14. #endif
  15.  
  16.  
  17. #if FRANCE
  18.  #include "resource\france\france.h" 
  19. #endif
  20.  
  21. #if GERMANY
  22.  #include "resource\germany\germany.h" 
  23. #endif
  24.  
  25. #if ITALY
  26.  #include "resource\italy\italy.h" 
  27. #endif
  28.  
  29. #if SPAIN
  30.  #include "resource\spain\spain.h" 
  31. #endif
  32.  
  33. #if SWEDEN
  34.  #include "resource\sweden\sweden.h" 
  35. #endif
  36.  
  37.